home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / videoutils / a-g / ami2d / rexx / solstat.rexx < prev   
OS/2 REXX Batch file  |  1978-11-24  |  215b  |  12 lines

  1. /* macro to check status of solver */
  2. options results
  3.  
  4. if show('ports', "LIN2D") then do
  5.     address lin2d 'status'
  6.     say result
  7. end
  8. if show('ports', "NLN2D") then do
  9.     address nln2d 'status'
  10.     say result
  11. end
  12.